Skip to main content
Version: 1.0.2

Broadcast Notification

The BroadcastNotification method enables to receive notification for the TCH 'Broadcast' messages

Method: InboundServiceClient:BroadcastNotification

Headers

NameValue
Credential"Basic c3VwcG9ydCsxQG5ldHN5cy1pbmMuY29tOjM5ZDYxOGJkNTVmN5NWQxY2RlNDE5"
Signature"{{signature}}"

Example

Payload Parameters
ParameterDescription

message

Mandatory

String

Broadcast message

Example – "wdsdsd"

msgID

Mandatory

String

Unique message identifier to identify the pacs.008 message

Example – "2024060306320698989989845QT4EHWRMOD"

participantId

Mandatory

String

Id of bank participant profile

Example – "011001276T1"

processor

Mandatory

String

Payment channel through which the transaction happens

Example – "TCH"

recievedDate

Mandatory

String

Date when broadcast message received

Example – "2024-06-03"

uuid

Mandatory

String

Unique ID present in the message

Example – "189579d9-2f98-40e8-88f7-f526fc7115ba"

Request Body (Applicable only for TCH)


{
"message": "wdsdsd",
"msgID": "2024060306320698989989845QT4EHWRMOD",
"participantId": "011001276T1",
"processor": "TCH",
"recievedDate": "2024-06-03",
"uuid": "189579d9-2f98-40e8-88f7-f526fc7115ba"
}

Response

Response Parameters
ParameterDescription

status

String

Status of broadcast notification received

Example – "Accepted"

Response Body (Applicable only for TCH)


{
"status": "Accepted"
}